Skip to content

Commit

Permalink
release fix; update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
null511 committed Oct 17, 2024
1 parent 519b0eb commit f7de6ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
dotnet publish PixelGraph.CLI -c Release -r linux-x64 -o publish/linux-cli-x64 -p:PublishSingleFile=true --self-contained false
dotnet publish PixelGraph.CLI -c Release -r osx-x64 -o publish/osx-cli-x64 -p:PublishSingleFile=true --self-contained false
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cli
path: publish
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
filename: publish/WineHQ-UI-x64.zip
path: publish/wine-ui-x64/
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ui
path: publish
Expand All @@ -71,11 +71,11 @@ jobs:
contents: write
steps:
- name: Download CLI Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: cli
- name: Download UI Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ui
- name: Move/Rename Binaries
Expand Down

0 comments on commit f7de6ef

Please sign in to comment.