We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31ab5b commit 2fa2ac9Copy full SHA for 2fa2ac9
.github/workflows/make.yml
@@ -31,16 +31,10 @@ jobs:
31
base-path: "./example"
32
33
- name: Make tarball
34
- run: tar cvf linux.tar 6502_tester LICENSE README.md
35
-
36
- - name: Upload artifacts
37
- uses: actions/upload-artifact@v3
38
- with:
39
- name: Binary
40
- path: linux.tar
+ run: tar cvjf linux.tar.bz2 6502_tester LICENSE README.md
41
42
- name: Release
43
uses: softprops/action-gh-release@v1
44
if: startsWith(github.ref, 'refs/tags/')
45
with:
46
- files: linux.tar
+ files: linux.tar.bz2
0 commit comments