Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lvillis committed Jan 14, 2024
1 parent 31d310a commit 7c67dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ls -l
echo "ARCHIVE: $ARCHIVE"

# Write the path of the archive file to GITHUB_ENV
echo "ARCHIVE=$GITHUB_WORKSPACE/$DIST/$ARCHIVE" >> $GITHUB_ENV
echo "ARCHIVE=$DIST/$ARCHIVE" >> $GITHUB_ENV

# Print the contents of GITHUB_ENV
cat $GITHUB_ENV

0 comments on commit 7c67dd8

Please sign in to comment.