Skip to content

Commit

Permalink
build workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
ensaremirerol committed Jan 14, 2025
1 parent 65bbbca commit 2f010ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
just package-mac
# This will upload the built application to the artifacts application is located at dist/RDFCraft.app
- name: Archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: RDFCraft
path: dist/RDFCraft.app
Expand All @@ -41,7 +41,7 @@ jobs:
just package-win
# This will upload the built application to the artifacts application is located at dist/RDFCraft.exe
- name: Archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: RDFCraft
path: dist/RDFCraft.exe

0 comments on commit 2f010ad

Please sign in to comment.