diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b4871c..3e3c0b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,5 +35,5 @@ jobs: - name: Upload Executable uses: actions/upload-artifact@v4 with: - name: steam-ticket-generator + name: steam-ticket-generator-${{ matrix.target }} path: target/${{ matrix.target }}/release/${{ matrix.executable }}