Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Jun 23, 2024
1 parent 51962f0 commit 3089e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: |
poe release
# Log the release name for later use
echo "RELEASE_NAME=$$(ls dist/)"| sed 's/\.zip//' > "$GITHUB_OUTPUT"
echo "RELEASE_NAME=$(ls dist/)"| sed 's/\.zip//' > "$GITHUB_OUTPUT"
# Extract the release the release to avoid the double zip
unzip dist/*.zip -d dist/
rm dist/sbot-simulator*.zip
Expand Down

0 comments on commit 3089e08

Please sign in to comment.