add run number to artifacts
All checks were successful
CI / Test (pull_request) Successful in 1m27s
CI / Lint (pull_request) Successful in 2m2s
CI / Build (pull_request) Successful in 2m41s

This commit is contained in:
2024-05-20 01:47:36 -05:00
parent 83cb34001f
commit 4cbb0666cb
2 changed files with 2 additions and 2 deletions

View File

@@ -120,5 +120,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: swiped-mod-switcher-${{github.ref_name}}
name: swiped-mod-switcher-${{github.ref_name}}-${{github.run_number}}
path: bin/

View File

@@ -116,5 +116,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: swiped-mod-switcher-${{github.ref_name}}
name: swiped-mod-switcher-${{github.ref_name}}-${{github.run_number}}
path: bin/