Skip to content

Commit

Permalink
- Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Aug 9, 2024
1 parent c6b9c35 commit 902ede8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT_NAME }}_${{ needs.get-info.outputs.branchName }}_${{ needs.get-info.outputs.commitHash }}_${{ GITHUB.RUN_NUMBER }}_Linux_${{ matrix.config }}
path: "${{ env.OUTPUT_FOLDER }}"
path: "${{ env.OUTPUT_FOLDER }}/*.so"
- name: Prepare for release
if: ${{ (startsWith(github.ref, 'refs/tags/pre') || startsWith(github.ref, 'refs/tags/v')) && matrix.config == 'release'}}
shell: bash
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT_NAME }}_${{ needs.get-info.outputs.branchName }}_${{ needs.get-info.outputs.commitHash }}_${{ GITHUB.RUN_NUMBER }}_Windows_${{ matrix.config }}
path: "${{ env.OUTPUT_FOLDER }}/${{ matrix.config }}"
path: "${{ env.OUTPUT_FOLDER }}/${{ matrix.config }}/*.dll"
- name: Prepare for release
if: ${{ (startsWith(github.ref, 'refs/tags/pre') || startsWith(github.ref, 'refs/tags/v')) && matrix.config == 'release'}}
shell: bash
Expand Down

0 comments on commit 902ede8

Please sign in to comment.