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 964786d commit 0466990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Build Linux
run: |
npm run make
mv out/make/deb/x64/fetchcat_${{ steps.package.outputs.version }}_amd64.deb fetchcat-linux.deb
mv out/make/rpm/x64/fetchcat-${{ steps.package.outputs.version }}-1.x86_64.rpm fetchcat-linux.rpm
mv out/make/deb/x64/*.deb fetchcat-linux.deb
mv out/make/rpm/x64/*.rpm fetchcat-linux.rpm
- name: Get version
id: package
Expand Down

0 comments on commit 0466990

Please sign in to comment.