Skip to content

Commit 3df270e

Browse files
feat(pipelien): fix release paths
1 parent 35134f3 commit 3df270e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/game-build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
with:
6363
path: build
6464

65-
- run: zip -r linux.zip build/flow_ubuntu/artifact
65+
- run: zip -r linux.zip build/flow_ubuntu
6666

67-
- run: zip -r windows.zip build/flow_windows/artifact
67+
- run: zip -r windows.zip build/flow_windows
6868

69-
- run: zip -r macos.zip build/flow_macos/artifact
69+
- run: zip -r macos.zip build/flow_macos
7070

7171
- name: Release
7272
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)