Skip to content

Commit

Permalink
fix path to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
martastain authored Feb 16, 2023
1 parent 0cf82fb commit aebe12e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,11 @@ jobs:

- uses: ncipollo/release-action@v1
with:
artifacts: firefly-${{ steps.get_version.outputs.value }}-win.zip
artifacts: dist/firefly-${{ steps.get_version.outputs.value }}-win.zip
tag: v${{ steps.get_version.outputs.value }}
name: Firefly v${{ steps.get_version.outputs.value }}
body: Firefly ${{ steps.get_version.outputs.value }}
allowUpdates: true
draft: true
prerelease: false
commit: false


# - name: Upload release asset
# uses: actions/upload-release-asset@v1
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: firefly-${{ steps.get_version.outputs.value }}-win.zip
# asset_name: firefly-${{ steps.get_version.outputs.value }}-win.zip
# asset_content_type: application/octet-stream

0 comments on commit aebe12e

Please sign in to comment.