Skip to content

Commit

Permalink
Fix release Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaAmora committed May 8, 2022
1 parent e2e1b1f commit 5fd3255
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:
env:
TAG: ${{ steps.get_version.outputs.tag }}
run: |
mv porth/std/core.porth std/
rm -rf porth
mv 4orth porth/
mv std/wasm4.porth porth/std
mv std/w4std.porth porth/std
mv std/wasi.porth porth/std
cd porth
zip -r ../"4oth-${TAG}-linux".zip *
- name: Publish release if tag is new
Expand Down

0 comments on commit 5fd3255

Please sign in to comment.