Skip to content

Commit

Permalink
fix ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
loudar authored and loudar committed Jun 23, 2024
1 parent eec1c3a commit f137a69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
cd out/fetchcat-win32-x64
7z a -tzip ../../fetchcat-win32-x64.zip .
cd ../..
- name: Build Linux
run: npm run make
Expand All @@ -54,7 +55,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: fetchcat-win32-x64.zip
asset_path: out/fetchcat-win32-x64/fetchcat-win32-x64.zip
asset_name: fetchcat-win.zip
asset_content_type: application/octet-stream

Expand Down

0 comments on commit f137a69

Please sign in to comment.