Skip to content

Commit

Permalink
Fix filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Jan 27, 2024
1 parent 0fa28d1 commit e1c2e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- run: bash install.sh ${{matrix.version}}
- id: commit
uses: prompt/actions-commit-hash@v3
- run: tar cvzf inspircd.${{matrix.version}}-${{steps.commit.outputs.short}}.${{matrix.os}}.tar.gz run/
- run: tar cvzf inspircd.${{matrix.version}}.${{matrix.os}}.tar.gz run/
- uses: actions/upload-artifact@v4
with:
path: inspircd*.tar.gz
path: inspircd.${{matrix.version}}.${{matrix.os}}.tar.gz
if-no-files-found: error

0 comments on commit e1c2e72

Please sign in to comment.