Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard authored Oct 18, 2023
1 parent 5bec6d1 commit 50b1b9b
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 @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Godot and Export Templates
run: |
Expand Down Expand Up @@ -40,13 +40,13 @@ jobs:
run: ./Godot_v3.5.3-stable_linux_headless.64 -s Art/ReplaceIcon.gd Art/UnearthIcon.ico ./bin/ExportWindows/Unearth/Unearth.exe

- name: Upload Linux Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: UnearthLinux
path: ./bin/ExportLinux/

- name: Upload Windows Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: UnearthWindows
path: ./bin/ExportWindows/

0 comments on commit 50b1b9b

Please sign in to comment.