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 2b81c8e commit 37f8812
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,13 @@ 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_content_type: application/zip
# - 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_content_type: application/zip

0 comments on commit 37f8812

Please sign in to comment.