Skip to content

Commit

Permalink
Build tar in parent dir
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Feb 9, 2024
1 parent 9c18180 commit ccb263d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: bash install.sh ${{matrix.version}}
- name: Archive Artifacts
working-directory: run
run: tar cvzf inspircd.${{matrix.version}}.${{matrix.os}}.tar.gz ./*
run: tar cvzf ../inspircd.${{matrix.version}}.${{matrix.os}}.tar.gz ./*
- name: Upload archives
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ccb263d

Please sign in to comment.