Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agustingroh authored Mar 3, 2025
1 parent f04c26a commit 834874d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
release/build/${{ env.ARTIFACT_NAME_PREFIX }}*.exe
release/build/latest.yml
release/build/*exe.blockmap
retention-days: 2


build_w_sign:
Expand All @@ -54,7 +55,8 @@ jobs:
with:
name: artifact_w_unsigned


#This stage locates the unsigned .exe binary and move to win_unsigned folder.
#CodeSignTool does not support reading and writting into the same filepath
- name: Find Windows Artifact Path
id: win-path-artifact
run: |
Expand Down Expand Up @@ -83,6 +85,7 @@ jobs:
${{ env.ARTIFACT_NAME_PREFIX }}*.exe
latest.yml
*exe.blockmap
retention-days: 2

build_m:
name: "Build for MacOS"
Expand Down Expand Up @@ -122,6 +125,7 @@ jobs:
release/build/${{ env.ARTIFACT_NAME_PREFIX }}*.dmg
release/build/latest-mac.yml
release/build/*dmg.blockmap
retention-days: 2

build_l:
name: "Build for Linux"
Expand Down Expand Up @@ -153,6 +157,7 @@ jobs:
path: |
release/build/${{ env.ARTIFACT_NAME_PREFIX }}*.AppImage
release/build/latest-linux.yml
retention-days: 2



Expand Down

0 comments on commit 834874d

Please sign in to comment.