Skip to content

Commit

Permalink
fix working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed May 30, 2023
1 parent 4bbeb08 commit a773cdf
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 @@ -87,10 +87,10 @@ jobs:
path: artifacts/

- name: Upload assets
working-directory: artifacts/
# fun - artifacts are downloaded into "artifact"
working-directory: artifacts/artifact
run: |
set -Eeuxo pipefail
ls -R
for BIN_NAME in $(ls)
do
echo ${BIN_NAME}
Expand Down

0 comments on commit a773cdf

Please sign in to comment.