Skip to content

Commit

Permalink
Attempt to remove extension
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Jun 23, 2024
1 parent 26640f0 commit 882846d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,11 @@ jobs:
run: |
poe release
# Log the release name for later use
echo "RELEASE_NAME=$(ls dist/)"
echo "RELEASE_NAME=$(ls dist/)" >> "$GITHUB_OUTPUT"
RELEASE_NAME=$(ls dist/)"
echo "${RELEASE_NAME##*.}" >> "$GITHUB_OUTPUT"
# Extract the release the release to avoid the double zip
unzip dist/*.zip -d dist/
rm dist/sbot-simulator*.zip
ls dist/
# TODO unzip release to avoid the double zip, but
- name: Save built release
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 882846d

Please sign in to comment.