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 }}
|
npm run tauri build -- --target ${{ matrix.rust_target }}
|
||||||
|
|
||||||
- name: Upload Linux artifacts
|
- name: Upload Linux artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: desktop-${{ matrix.platform }}
|
name: desktop-${{ matrix.platform }}
|
||||||
path: |
|
path: |
|
||||||
@@ -278,7 +278,7 @@ jobs:
|
|||||||
npm run tauri build -- --target ${{ matrix.rust_target }}
|
npm run tauri build -- --target ${{ matrix.rust_target }}
|
||||||
|
|
||||||
- name: Upload Windows artifacts
|
- name: Upload Windows artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: desktop-${{ matrix.platform }}
|
name: desktop-${{ matrix.platform }}
|
||||||
path: |
|
path: |
|
||||||
@@ -342,7 +342,7 @@ jobs:
|
|||||||
npm run tauri build -- --target ${{ matrix.rust_target }}
|
npm run tauri build -- --target ${{ matrix.rust_target }}
|
||||||
|
|
||||||
- name: Upload macOS artifacts
|
- name: Upload macOS artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: desktop-${{ matrix.platform }}
|
name: desktop-${{ matrix.platform }}
|
||||||
path: |
|
path: |
|
||||||
@@ -381,7 +381,7 @@ jobs:
|
|||||||
flutter build apk --release --no-pub
|
flutter build apk --release --no-pub
|
||||||
|
|
||||||
- name: Upload Mobile artifacts
|
- name: Upload Mobile artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: mobile-release
|
name: mobile-release
|
||||||
path: swingmusic_mobile/build/app/outputs/flutter-apk/app-release.apk
|
path: swingmusic_mobile/build/app/outputs/flutter-apk/app-release.apk
|
||||||
@@ -427,7 +427,7 @@ jobs:
|
|||||||
python -m build
|
python -m build
|
||||||
|
|
||||||
- name: Upload Backend artifacts
|
- name: Upload Backend artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: backend-package
|
name: backend-package
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user