mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
Merge pull request #419 from KRTirtho/dependabot/github_actions/actions/upload-artifact-3
chore(deps): bump actions/upload-artifact from 2 to 3
This commit is contained in:
commit
8e10d5cd9f
4
.github/workflows/spotube-release.yml
vendored
4
.github/workflows/spotube-release.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
|||||||
- run: npm install -g appdmg
|
- run: npm install -g appdmg
|
||||||
- run: mkdir -p build/${{ inputs.version }}
|
- run: mkdir -p build/${{ inputs.version }}
|
||||||
- run: appdmg appdmg.json build/${{ inputs.version }}/Spotube-macos-x86_64.dmg
|
- run: appdmg appdmg.json build/${{ inputs.version }}/Spotube-macos-x86_64.dmg
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Spotube-Macos-Bundle
|
name: Spotube-Macos-Bundle
|
||||||
path: |
|
path: |
|
||||||
@ -173,7 +173,7 @@ jobs:
|
|||||||
flutter build apk
|
flutter build apk
|
||||||
make apk
|
make apk
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Spotube-Android-Bundle
|
name: Spotube-Android-Bundle
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
Reference in New Issue
Block a user