Skip to content

Commit

Permalink
Changed appimage artifact path to use forward slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilInTheGaps committed Aug 18, 2023
1 parent b426a6a commit 396acdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,13 @@ jobs:
cd build
cp librespot/target/release/librespot AppDir/usr/bin/librespot
bash ../deploy/appimage/build-appimage.sh
ls
- name: Upload Build
uses: actions/upload-artifact@v3
with:
name: gm-companion_x86_64.AppImage
path: .\build\GM-Companion-x86_64.AppImage
path: build/GM-Companion-x86_64.AppImage
if-no-files-found: error

static-analysis:
Expand Down

0 comments on commit 396acdf

Please sign in to comment.