Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed May 9, 2024
1 parent df5d4b3 commit e96263e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ jobs:
- name: Make AppImage
if: matrix.os == 'ubuntu-latest'
run: |
chmod +x ./scripts/make-appimage.sh
cp ./scripts/make-appimage.sh ./
./make-appimage.sh ${{ matrix.arch }}
chmod +x ./scripts/make_appimage.sh
cp ./scripts/make_appimage.sh ./
./make_appimage.sh ${{ matrix.arch }}
- id: relinfo
uses: pozetroninc/github-action-get-latest-release@master
Expand Down

0 comments on commit e96263e

Please sign in to comment.