Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jan 28, 2024
1 parent 7a9536b commit 259ce3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,21 @@ jobs:

- name: Upload Artifact - Linux
if: matrix.os == 'ubuntu-20.04' && matrix.staticcompile == 'ON'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: breakid-linux-amd64
path: breakid

- name: Upload Artifact - Mac
if: matrix.os == 'macos-13' && matrix.staticcompile == 'ON'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: breakid-mac-amd64
path: breakid

- name: Upload Artifact - Windows
if: matrix.os == 'windows-2022' && matrix.staticcompile == 'ON'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: breakid-win64.exe
path: Release\breakid.exe

0 comments on commit 259ce3e

Please sign in to comment.