Skip to content

Commit 22016e9

Browse files
Turned on publish option for Windows and Linux push workflows [skip ci]
1 parent 2fa50e2 commit 22016e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
package-name: febio-studio
1717
requires-sdk: true
1818
python-module: true
19-
publish: false
19+
publish: true
2020
aws-ami-id: ${{ vars.LINUX_AMI }}
2121
secrets: inherit

.github/workflows/windows-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
package-name: febio-studio
1717
requires-sdk: true
1818
python-module: true
19-
publish: false
19+
publish: true
2020
aws-ami-id: ${{ vars.WINDOWS_AMI }}
2121
secrets: inherit

0 commit comments

Comments
 (0)