Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Jun 23, 2024
1 parent 551f1f8 commit 1712fef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ jobs:
run: |
poe release
# Log the release name for later use
RELEASE_NAME="$(ls dist/)" echo "${RELEASE_NAME##*.}"
RELEASE_NAME="$(ls dist/)" echo "${RELEASE_NAME##*.}" >> "$GITHUB_OUTPUT"
echo "$(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 1712fef

Please sign in to comment.