mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
Merge pull request #2 from Dvorinka/dependabot/github_actions/actions/upload-artifact-7
This commit is contained in:
@@ -211,7 +211,7 @@ jobs:
|
||||
npm run tauri build -- --target ${{ matrix.rust_target }}
|
||||
|
||||
- name: Upload Linux artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: desktop-${{ matrix.platform }}
|
||||
path: |
|
||||
@@ -278,7 +278,7 @@ jobs:
|
||||
npm run tauri build -- --target ${{ matrix.rust_target }}
|
||||
|
||||
- name: Upload Windows artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: desktop-${{ matrix.platform }}
|
||||
path: |
|
||||
@@ -342,7 +342,7 @@ jobs:
|
||||
npm run tauri build -- --target ${{ matrix.rust_target }}
|
||||
|
||||
- name: Upload macOS artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: desktop-${{ matrix.platform }}
|
||||
path: |
|
||||
@@ -381,7 +381,7 @@ jobs:
|
||||
flutter build apk --release --no-pub
|
||||
|
||||
- name: Upload Mobile artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: mobile-release
|
||||
path: swingmusic_mobile/build/app/outputs/flutter-apk/app-release.apk
|
||||
@@ -427,7 +427,7 @@ jobs:
|
||||
python -m build
|
||||
|
||||
- name: Upload Backend artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: backend-package
|
||||
path: dist/
|
||||
|
||||
Reference in New Issue
Block a user