Skip to content

Commit

Permalink
Make zarf executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Jul 12, 2023
1 parent 5a227cd commit 28cf2e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ jobs:
name: build-artifacts
path: build/

- name: Make Zarf executable
run: |
chmod +x build/zarf
# Build the example packages and run the tests
- name: Build examples and run tests
run: |
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ jobs:
with:
name: build-artifacts
path: build/
- name: Temp print dir contents

- name: Make Zarf executable
run: |
ls -la
ls -la build/
chmod +x build/zarf
- name: Install release version of Zarf
uses: defenseunicorns/setup-zarf@main
Expand Down

0 comments on commit 28cf2e4

Please sign in to comment.