Skip to content

Commit

Permalink
fix: workflow renaming step
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocasbarra committed Apr 11, 2024
1 parent 6642111 commit a26c2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Rename Files
id: rename_files
run: |
mv *.deb ${{ env.NAME }}_${{ env.VERSION }}-1_${{ env.OS }}_${{ env.ARCH }}.deb
mv *.deb ${{ env.NAME }}_${{ env.VERSION }}_${{ env.OS }}_${{ env.ARCH }}.deb
ls -ltra
- name: Create Release
Expand Down

0 comments on commit a26c2df

Please sign in to comment.