Skip to content

Commit

Permalink
Why is the tag parameter needed though?
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Apr 4, 2024
1 parent 7083b5a commit db2d23b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file_glob: true
tag: ${{ github.ref }}
file: src-tauri/target/release/bundle/*/*.dmg
- name: (.msi) Upload files to a GitHub release
uses: svenstaro/[email protected]
Expand All @@ -72,6 +73,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file_glob: true
tag: ${{ github.ref }}
file: src-tauri/target/release/bundle/*/*.msi
- name: (.deb) Upload files to a GitHub release
uses: svenstaro/[email protected]
Expand All @@ -80,6 +82,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file_glob: true
tag: ${{ github.ref }}
file: src-tauri/target/release/bundle/*/*.deb
- name: (.AppImage) Upload files to a GitHub release
uses: svenstaro/[email protected]
Expand All @@ -88,6 +91,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file_glob: true
tag: ${{ github.ref }}
file: src-tauri/target/release/bundle/*/*.AppImage
- name: (.app) Upload files to a GitHub release
uses: svenstaro/[email protected]
Expand All @@ -96,4 +100,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file_glob: true
tag: ${{ github.ref }}
file: src-tauri/target/release/bundle/*/*.app

0 comments on commit db2d23b

Please sign in to comment.