Skip to content

Commit

Permalink
Updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lockie committed Feb 1, 2025
1 parent e90a322 commit 22a9c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: build
run: sudo sh -c "export SBCL_VERSION=$SBCL_VERSION && ./bootstrap.sh"
- name: upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: sbcl/sbcl-${{ env.SBCL_VERSION }}-x86-64-windows-binary.exe
if-no-files-found: error
Expand Down

0 comments on commit 22a9c66

Please sign in to comment.