mirror of
https://github.com/denuvosanctuary/steam-ticket-generator.git
synced 2026-01-11 19:06:18 +00:00
Fix workflow
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -35,5 +35,5 @@ jobs:
|
|||||||
- name: Upload Executable
|
- name: Upload Executable
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: steam-ticket-generator
|
name: steam-ticket-generator-${{ matrix.target }}
|
||||||
path: target/${{ matrix.target }}/release/${{ matrix.executable }}
|
path: target/${{ matrix.target }}/release/${{ matrix.executable }}
|
||||||
|
|||||||
Reference in New Issue
Block a user