Skip to content

Commit

Permalink
guh
Browse files Browse the repository at this point in the history
  • Loading branch information
superpowers04 committed Sep 12, 2024
1 parent f6265a7 commit 08e7644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: linuxBuild
path: /tmp/fnfbrbin/linux/bin/
- name: Publish without changed assets as Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linuxBuild-Minimal
path: |
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
name: windowsBuild
path: C:/fnfbrbin/windows/bin
- name: Publish without changed assets as Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: windowsBuild-Minimal
path: |
Expand Down

0 comments on commit 08e7644

Please sign in to comment.