Skip to content

Commit d46425c

Browse files
committed
We probably want continue-on-error to be false for both linux release build jobs on each build step.
1 parent c9531f1 commit d46425c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
run: |
3333
cd Asciiroids
3434
./build.sh
35+
continue-on-error: false
3536

3637
- name: Upload Linux build artifact
3738
uses: actions/upload-artifact@v4
@@ -65,6 +66,7 @@ jobs:
6566
run: |
6667
cd Asciiroids
6768
./build.sh
69+
continue-on-error: false
6870

6971
- name: Upload Legacy Linux build artifact
7072
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)