Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meoowe authored May 12, 2024
1 parent 23f1812 commit fcc53c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
FOLDER: build/dist/js/productionExecutable
CLEAN: true
- name: Upload JS
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: JS Bundle
path: "build/dist/js/productionExecutable"
- name: Upload Jar
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: Jar Files
path: "build/libs"
- name: Upload Linux
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: Linux Executable
path: "build/platforms"
Expand Down

0 comments on commit fcc53c3

Please sign in to comment.