Skip to content

Commit

Permalink
OSX Get back to home before setting ARTIFACT_PATHNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Aug 30, 2024
1 parent 43e411f commit 14c2558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
run: |
cd dev/osx_bundle
./bundle.sh
cd ../..
ARTIFACT_PATHNAME=$(ls dev/osx_bundle/_build/*.dmg | head -n 1)
ARTIFACT_NAME=$(basename $ARTIFACT_PATHNAME)
echo "ARTIFACT_PATHNAME=${ARTIFACT_PATHNAME}" >> $GITHUB_ENV
Expand Down

0 comments on commit 14c2558

Please sign in to comment.