Skip to content

Commit

Permalink
Fix release workflow even more
Browse files Browse the repository at this point in the history
  • Loading branch information
amtep committed Mar 20, 2024
1 parent ee2d7b5 commit d78cccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
run: |
tar cfvz ${{ steps.version.outputs.ck3_pkgdir }}.tar.gz ${{ steps.version.outputs.ck3_pkgdir }}/
tar cfvz ${{ steps.version.outputs.vic3_pkgdir }}.tar.gz ${{ steps.version.outputs.vic3_pkgdir }}/
tar cfvz ${{ steps.version.outputs.imperator_pkgdir }}.tar.gz ${{ steps.version.outputs.imperator_pkgdir }}/
- name: Upload Archive ck3
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d78cccc

Please sign in to comment.