Skip to content

Commit

Permalink
don't chmod appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana authored Mar 11, 2021
1 parent 5406664 commit 4b354cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ jobs:
run: |
mkdir artifact
FILE_NAME=${{ env.CURR_DATE }}-${{ env.GIT_HASH }}-${{ env.GIT_TAG }}-${{ matrix.artifact_name }}.zip
chmod +x ./*.AppImage
zip -r "${FILE_NAME}" ./*.AppImage*
mv "${FILE_NAME}" ./artifact/
- name: "Publish"
Expand Down

0 comments on commit 4b354cf

Please sign in to comment.