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 2fa2ac9 commit 04eb5d1Copy full SHA for 04eb5d1
.github/workflows/make.yml
@@ -31,6 +31,7 @@ jobs:
31
base-path: "./example"
32
33
- name: Make tarball
34
+ if: startsWith(github.ref, 'refs/tags/')
35
run: tar cvjf linux.tar.bz2 6502_tester LICENSE README.md
36
37
- name: Release
0 commit comments