Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
icuxika committed Dec 1, 2024
1 parent fe5693f commit 6256991
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
utcOffset: "+08:00"

- name: upload build result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: JavaFXSample-${{ steps.current-time.outputs.formattedTime }}-${{ matrix.os }}
path: staging
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
utcOffset: "+08:00"

- name: upload build result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: JavaFXSample-${{ steps.current-time.outputs.formattedTime }}-${{ matrix.os }}
path: staging
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
utcOffset: "+08:00"

- name: upload build result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: JavaFXSample-${{ steps.current-time.outputs.formattedTime }}-${{ matrix.os }}
path: staging

0 comments on commit 6256991

Please sign in to comment.