Skip to content

Commit a596329

Browse files
separate release upload
1 parent 3269d12 commit a596329

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/main.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,14 @@ jobs:
5959
draft: false
6060
prerelease: false
6161
allowUpdates: true
62-
artifacts: ./geant4-${{ matrix.os }}-${{ matrix.geant4-version }}.tgz
6362

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

Comments
 (0)