Skip to content

Commit

Permalink
Fix artifact upload path in CI Build
Browse files Browse the repository at this point in the history
  • Loading branch information
egorodet committed Sep 11, 2022
1 parent 8054701 commit d7dbe22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: MethaneAsteroids_${{ matrix.name }}_${{ env.product_ver_major }}.${{ env.product_ver_minor }}.${{ env.product_ver_patch }}.${{ env.product_ver_build }}
path: Build/Output/${{ matrix.config_preset }}/Install/MethaneAsteroids_${{ matrix.name }}.7z
path: Build/Output/${{ matrix.config_preset }}/Install/Apps/MethaneAsteroids_${{ matrix.name }}.7z

0 comments on commit d7dbe22

Please sign in to comment.