Skip to content

Commit

Permalink
chore: fix-fix github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amtep committed Feb 14, 2025
1 parent c19c584 commit 9de6c28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,21 +98,21 @@ jobs:
- name: Upload Archive ck3
uses: actions/upload-artifact@v4
with:
name: archives-ck3
name: archives-ck3-{{ matrix.name }}
path: ${{ steps.version.outputs.ck3_pkgdir }}.${{ matrix.archive }}
if-no-files-found: error

- name: Upload Archive vic3
uses: actions/upload-artifact@v4
with:
name: archives-vic3
name: archives-vic3-{{ matrix.name }}
path: ${{ steps.version.outputs.vic3_pkgdir }}.${{ matrix.archive }}
if-no-files-found: error

- name: Upload Archive imperator
uses: actions/upload-artifact@v4
with:
name: archives-imperator
name: archives-imperator-{{ matrix.name }}
path: ${{ steps.version.outputs.imperator_pkgdir }}.${{ matrix.archive }}
if-no-files-found: error

Expand Down

0 comments on commit 9de6c28

Please sign in to comment.