Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Apr 23, 2022
1 parent 8dbda4c commit f698ae6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
mv ascella/desktop/* .
rm -rf ascella
- name: Install ${{ matrix.rust }} toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -90,7 +90,6 @@ jobs:
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod a+x appimagetool-x86_64.AppImage
sudo mv appimagetool-x86_64.AppImage /bin/appimagetool
cd desktop
run() {
strip -s target/release/ascella-desktop
echo installing cargo $1
Expand Down

0 comments on commit f698ae6

Please sign in to comment.