Skip to content

Commit

Permalink
Merge 05f2a6a into c31ab5b
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaiYusuke committed Jan 2, 2023
2 parents c31ab5b + 05f2a6a commit 62b856b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,10 @@ jobs:
base-path: "./example"

- name: Make tarball
run: tar cvf linux.tar 6502_tester LICENSE README.md

- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: Binary
path: linux.tar
run: tar cvjf linux.tar.bz2 6502_tester LICENSE README.md

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

0 comments on commit 62b856b

Please sign in to comment.