Skip to content

Commit

Permalink
Use expression instead of shell expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Oblath committed Dec 2, 2021
1 parent 422eb52 commit 9bf5ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ jobs:
- name: Upload package to the action
uses: actions/upload-artifact@v2
with:
name: ${PACKAGE_FILE}
path: build/${PACKAGE_FILE}
name: ${{ env.PACKAGE_FILE }}
path: build/${{ env.PACKAGE_FILE }}
retention-days: 5

- name: Setup tmate session
Expand Down

0 comments on commit 9bf5ea1

Please sign in to comment.