Skip to content

Commit

Permalink
Fix a weird tar error???
Browse files Browse the repository at this point in the history
  • Loading branch information
nonk123 committed May 28, 2024
1 parent 0779a76 commit 41b992b
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 @@ -46,7 +46,7 @@ jobs:
- name: Copy the executable into the root folder
run: cp build/${{matrix.config.exe}} ${{matrix.config.out}}
- name: Tar the distribution
run: tar -cvf ${{matrix.config.name}}.tar ${{matrix.config.out}} assets/
run: tar -cvf ${{matrix.config.name}}.tar ${{matrix.config.out}} assets
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 41b992b

Please sign in to comment.