Skip to content

Commit c58d802

Browse files
committed
Enable immutable releases
1 parent 8cdd5c6 commit c58d802

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Upload ASF-ui
4646
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4747
with:
48+
compression-level: 1
4849
if-no-files-found: error
4950
name: ASF-ui
5051
path: ASF-ui/dist
@@ -368,6 +369,7 @@ jobs:
368369
- name: Upload ASF-${{ matrix.variant }}
369370
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
370371
with:
372+
compression-level: 1
371373
if-no-files-found: error
372374
name: ${{ matrix.os }}_ASF-${{ matrix.variant }}
373375
path: out/ASF-${{ matrix.variant }}.zip
@@ -416,6 +418,7 @@ jobs:
416418
if: ${{ matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
417419
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
418420
with:
421+
compression-level: 1
419422
if-no-files-found: error
420423
name: ArchiSteamFarm.OfficialPlugins.Monitoring
421424
path: out/ArchiSteamFarm.OfficialPlugins.Monitoring.zip
@@ -513,6 +516,7 @@ jobs:
513516
- name: Upload SHA512SUMS
514517
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
515518
with:
519+
compression-level: 1
516520
if-no-files-found: error
517521
name: SHA512SUMS
518522
path: out/SHA512SUMS
@@ -525,6 +529,7 @@ jobs:
525529
- name: Upload SHA512SUMS.sign
526530
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
527531
with:
532+
compression-level: 1
528533
if-no-files-found: error
529534
name: SHA512SUMS.sign
530535
path: out/SHA512SUMS.sign
@@ -536,6 +541,7 @@ jobs:
536541
artifactErrorsFailBuild: true
537542
artifacts: "out/*"
538543
bodyFile: .github/RELEASE_TEMPLATE.md
544+
immutableCreate: true
539545
makeLatest: false
540546
name: ArchiSteamFarm V${{ github.ref_name }}
541547
prerelease: true

0 commit comments

Comments
 (0)