Skip to content

Commit

Permalink
fix upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jan 29, 2025
1 parent 6429eb8 commit 2e7fce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: linux-x64
path: ${{ github.workspace }}/gmp-$${ env.GMP_VERSION }}/.libs/libgmp.so.${{ env.GMP_SO_VERSION }}
path: ${{ github.workspace }}/gmp-${{ env.GMP_VERSION }}/.libs/libgmp.so.${{ env.GMP_SO_VERSION }}

0 comments on commit 2e7fce0

Please sign in to comment.