Skip to content

Commit

Permalink
Update automatic-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linuskoester authored Jun 20, 2024
1 parent 8fa7d4a commit 2b81c8e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,16 @@ jobs:
draft: false
prerelease: true

- name: Show files in directory
run: ls -la /home/runner/.smalltalkCI/_builds

- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: /home/runner/.smalltalkCI/_builds/squeakkara.sar
asset_name: squeakkara.sar
asset_path: /home/runner/.smalltalkCI/_builds/SqueakKara.sar
asset_name: SqueakKara.sar
asset_content_type: application/zip

0 comments on commit 2b81c8e

Please sign in to comment.