We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3269d12 commit a596329Copy full SHA for a596329
.github/workflows/main.yaml
@@ -59,5 +59,14 @@ jobs:
59
draft: false
60
prerelease: false
61
allowUpdates: true
62
- artifacts: ./geant4-${{ matrix.os }}-${{ matrix.geant4-version }}.tgz
63
+ - name: Upload Release Asset
64
+ id: upload-release-asset
65
+ uses: actions/upload-release-asset@v1
66
+ env:
67
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
+ with:
69
+ upload_url: ${{ steps.create_release.outputs.upload_url }}
70
+ asset_path: ./geant4-${{ matrix.geant4-version }}.tgz
71
+ asset_name: geant4-${{ matrix.os }}-${{ matrix.geant4-version }}.tgz
72
+ asset_content_type: application/gzip
0 commit comments