Skip to content

Commit

Permalink
chore: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Nov 14, 2024
1 parent f42dc65 commit 60965a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Zip artifacts
run: |
mv ./sirius/build ./build && zip -r scan.zip ./build && rm -rf ./build
mv ./irius-eth/build ./build && zip -r scan-eth.zip ./build && rm -rf ./build
mv ./sirius-eth/build ./build && zip -r scan-eth.zip ./build && rm -rf ./build
- name: Create release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 60965a5

Please sign in to comment.