Skip to content

Commit

Permalink
fixed ci's artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng committed Jan 14, 2023
1 parent 4e3ca45 commit 3e1eb33
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:

# on windows, cache installer in src-tauri/target/release/bundle/msi/Lodestone*.msi
# on windows cache exe in src-tauri/target/release/Lodestone.exe
# on linux, cache deb in src-tauri/target/release/bundle/deb/Lodestone*.deb
# on linux, cache appimage in src-tauri/target/release/bundle/appimage/Lodestone*.AppImage
# on linux, cache deb in src-tauri/target/release/bundle/deb/lodestone*.deb
# on linux, cache appimage in src-tauri/target/release/bundle/appimage/lodestone*.AppImage
# note linux has lowercase l, windows has uppercase L

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand All @@ -60,6 +61,6 @@ jobs:
path: |
./src-tauri/target/release/bundle/msi/Lodestone*.msi
./src-tauri/target/release/Lodestone.exe
./src-tauri/target/release/bundle/deb/Lodestone*.deb
./src-tauri/target/release/bundle/appimage/Lodestone*.AppImage
./src-tauri/target/release/bundle/deb/lodestone*.deb
./src-tauri/target/release/bundle/appimage/lodestone*.AppImage

0 comments on commit 3e1eb33

Please sign in to comment.