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 11, 2024
1 parent 59448a7 commit 5f4255b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,16 @@ jobs:
- name: 🐧 Build Linux Executable
run: ./gradlew packageJvmLinuxApp
- name: Copy Directory
# You may pin to the exact commit or the version.
# uses: MadaraUchiha/copy-action@7ddff6fc153a2ea2cd0fb88ed9750544c051e399
uses: MadaraUchiha/[email protected]
uses: canastro/copy-file-action@master
with:
# Source file
source: build/libs
# Target file
target: /out
- name: Copy Directory
# You may pin to the exact commit or the version.
# uses: MadaraUchiha/copy-action@7ddff6fc153a2ea2cd0fb88ed9750544c051e399
uses: MadaraUchiha/[email protected]
uses: canastro/copy-file-action@master
with:
# Source file
source: build/dist/js/productionExecutable
# Target file
target: /out
- name: Deploy 🚀 to GitHub Pages
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 5f4255b

Please sign in to comment.