Skip to content

Commit

Permalink
ci(github): fix upload names in bundle workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Aug 30, 2024
1 parent fdf4fbd commit f2781df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: ci-release-deb
name: ${{ matrix.target }}.deb
path: src-tauri/target/${{ matrix.target }}/release/bundle/deb/*.deb
retention-days: 1

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: ci-release-dmg
name: ${{ matrix.target }}.dmg
path: src-tauri/target/${{ matrix.target }}/release/bundle/dmg/*.dmg
retention-days: 1

Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: ci-release-msi
name: ${{ matrix.target }}.msi
path: src-tauri/target/${{ matrix.target }}/release/bundle/msi/*.msi
retention-days: 1

Expand Down

0 comments on commit f2781df

Please sign in to comment.