Skip to content

Commit

Permalink
Correct name of uploaded artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnjo committed Dec 13, 2021
1 parent 3e36f9f commit b16f96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Upload binaries
uses: actions/upload-artifact@v2
with:
name: geant4.${{ github.event.inputs.version }}
name: ${{ github.event.inputs.version }}
path: ${{ env.GEANT4_ARCHIVE }}

0 comments on commit b16f96c

Please sign in to comment.