Skip to content

Commit

Permalink
Temporarily revert upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Mar 18, 2024
1 parent 32f3121 commit 4d52d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- if: ${{ matrix.os == 'ubuntu-20.04' }}
run: sudo apt-get update && sudo apt-get install -y gcc libxcb-composite0-dev
- run: cargo build --release
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v1 # Windows Defender gave a false positive with v1
with:
name: ludusavi-v${{ env.LUDUSAVI_VERSION }}-${{ matrix.artifact-name }}
path: target/release/${{ matrix.artifact-file }}
Expand Down

0 comments on commit 4d52d68

Please sign in to comment.