Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagepc authored Sep 4, 2024
1 parent 4478b4c commit d9dbe20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
tar -jhcvf Mini404-dev-linux.tar.bz2 Mini404-dev-linux
- name: Upload artifact
if: ${{ !github.event.pull_request }}
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: Binaries
path: ${{ runner.workspace }}/MINI404/build/Mini404-dev-linux.tar.bz2
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Upload artifact
if: ${{ !github.event.pull_request }}
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: Binaries
path: ${{ runner.workspace }}/MINI404/build/Mini404-dev-macos.tar.bz2
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:

- name: Upload Cygwin artifact
if: ${{ !github.event.pull_request }}
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: Binaries
path: ${{ runner.workspace }}/MINI404/build/Mini404-dev-w64.zip
Expand Down

0 comments on commit d9dbe20

Please sign in to comment.