From 4cbb0666cbdd9b00fe4277531d34445dd6b97126 Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Mon, 20 May 2024 01:47:36 -0500 Subject: [PATCH] add run number to artifacts --- .gitea/workflows/pull-request-ci.yaml | 2 +- .gitea/workflows/push-ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pull-request-ci.yaml b/.gitea/workflows/pull-request-ci.yaml index 60e9651..0261cab 100644 --- a/.gitea/workflows/pull-request-ci.yaml +++ b/.gitea/workflows/pull-request-ci.yaml @@ -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/ \ No newline at end of file diff --git a/.gitea/workflows/push-ci.yaml b/.gitea/workflows/push-ci.yaml index 6ef8b0c..38abfff 100644 --- a/.gitea/workflows/push-ci.yaml +++ b/.gitea/workflows/push-ci.yaml @@ -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/ \ No newline at end of file