Revert "bump upload artifact action version"
This reverts commit 8a47707037. This is because nightly.link doesn't support non-zip URLs.
This commit is contained in:
parent
193fafdade
commit
7ee993c943
3 changed files with 7 additions and 9 deletions
3
.github/workflows/android.yml
vendored
3
.github/workflows/android.yml
vendored
|
|
@ -33,8 +33,7 @@ jobs:
|
||||||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||||
|
|
||||||
- name: Upload installer artifact
|
- name: Upload installer artifact
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: APK
|
name: APK
|
||||||
path: build/app/outputs/flutter-apk/app-release.apk
|
path: build/app/outputs/flutter-apk/app-release.apk
|
||||||
archive: false
|
|
||||||
4
.github/workflows/flatpak.yml
vendored
4
.github/workflows/flatpak.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
run: mv result/nexus.federated.Nexus.flatpak nexus.federated.Nexus-${{ matrix.arch }}.flatpak
|
run: mv result/nexus.federated.Nexus.flatpak nexus.federated.Nexus-${{ matrix.arch }}.flatpak
|
||||||
|
|
||||||
- name: Upload installer artifact
|
- name: Upload installer artifact
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
|
name: flatpak-${{ matrix.arch }}
|
||||||
path: nexus.federated.Nexus-${{ matrix.arch }}.flatpak
|
path: nexus.federated.Nexus-${{ matrix.arch }}.flatpak
|
||||||
archive: false
|
|
||||||
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
|
@ -51,8 +51,7 @@ jobs:
|
||||||
run: iscc windows/installer.iss
|
run: iscc windows/installer.iss
|
||||||
|
|
||||||
- name: Upload installer artifact
|
- name: Upload installer artifact
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: windows-installer
|
name: windows-installer
|
||||||
path: windows/dist/Nexus-Setup.exe
|
path: windows/dist/Nexus-Setup.exe
|
||||||
archive: false
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue