Skip to content

Commit 2fa2ac9

Browse files
authored
Enable compressed tar / Remove artifacts (#24)
1 parent c31ab5b commit 2fa2ac9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/make.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,10 @@ jobs:
3131
base-path: "./example"
3232

3333
- 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
34+
run: tar cvjf linux.tar.bz2 6502_tester LICENSE README.md
4135

4236
- name: Release
4337
uses: softprops/action-gh-release@v1
4438
if: startsWith(github.ref, 'refs/tags/')
4539
with:
46-
files: linux.tar
40+
files: linux.tar.bz2

0 commit comments

Comments
 (0)