Skip to content

Commit

Permalink
Update release-wasm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sandys authored Oct 1, 2024
1 parent cf002d9 commit 72adb66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
cp target/release/arakoo-compiler bin/
- name: Upload Release Binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: arakoo-${{ github.ref_name }}-x86_64
path: bin
Expand All @@ -99,4 +99,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
./Output/*
./Output/*

0 comments on commit 72adb66

Please sign in to comment.