Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Mar 26, 2024
1 parent 0f5b526 commit 95f4080
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Upload ASF-ui
uses: actions/[email protected]
with:
if-no-files-found: error
name: ASF-ui
path: ASF-ui/dist

Expand Down Expand Up @@ -279,6 +280,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
env:
MAX_JOBS: 4
VARIANT: ${{ matrix.variant }}
shell: bash
run: |
set -euo pipefail
Expand Down Expand Up @@ -324,6 +326,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
uses: actions/[email protected]
with:
if-no-files-found: error
name: ArchiSteamFarm.OfficialPlugins.Monitoring
path: out/ArchiSteamFarm.OfficialPlugins.Monitoring.zip

Expand Down Expand Up @@ -484,6 +487,7 @@ jobs:
- name: Upload ASF-${{ matrix.variant }}
uses: actions/[email protected]
with:
if-no-files-found: error
name: ${{ matrix.os }}_ASF-${{ matrix.variant }}
path: out/ASF-${{ matrix.variant }}.zip

Expand Down Expand Up @@ -575,12 +579,14 @@ jobs:
- name: Upload SHA512SUMS
uses: actions/[email protected]
with:
if-no-files-found: error
name: SHA512SUMS
path: out/SHA512SUMS

- name: Upload SHA512SUMS.sign
uses: actions/[email protected]
with:
if-no-files-found: error
name: SHA512SUMS.sign
path: out/SHA512SUMS.sign

Expand Down

0 comments on commit 95f4080

Please sign in to comment.