Skip to content

Commit

Permalink
updated artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jan 29, 2024
1 parent c4e112d commit 1beaf76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ jobs:
with:
name: ${{ runner.os }}-snapshot
path: |
src-tauri/target/**/bundle/deb/*.deb
src-tauri/target/**/bundle/appimage/*.AppImage
src-tauri/target/**/bundle/msi/*.msi
src-tauri/target/**/bundle/dmg/*.dmg
target/**/bundle/deb/*.deb
target/**/bundle/appimage/*.AppImage
target/**/bundle/msi/*.msi
target/**/bundle/dmg/*.dmg
- name: Create Release
uses: ncipollo/release-action@v1
Expand All @@ -149,10 +149,10 @@ jobs:
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
omitPrereleaseDuringUpdate: true
artifacts: "src-tauri/target/**/bundle/deb/*.deb,\
src-tauri/target/**/bundle/appimage/*.AppImage,\
src-tauri/target/**/bundle/msi/*.msi,\
src-tauri/target/**/bundle/dmg/*.dmg"
artifacts: "target/**/bundle/deb/*.deb,\
target/**/bundle/appimage/*.AppImage,\
target/**/bundle/msi/*.msi,\
target/**/bundle/dmg/*.dmg"

sentry-finalize-release:
name: Finalize Sentry Release
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1beaf76

Please sign in to comment.