Skip to content

Commit cbe773e

Browse files
Remove more leftovers
1 parent 7ffead9 commit cbe773e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cleanup:
3636
if: 'always()'
3737
runs-on: ubuntu-latest
38-
needs: [gh-publish, steam-publish]
38+
needs: [gh-publish]
3939
steps:
4040
- uses: GeekyEggo/delete-artifact@v5
4141
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cleanup:
4242
if: 'always()'
4343
runs-on: ubuntu-latest
44-
needs: [itch-publish, steam-publish, gh-publish]
44+
needs: [itch-publish, gh-publish]
4545
steps:
4646
- uses: GeekyEggo/delete-artifact@v5
4747
with:

0 commit comments

Comments
 (0)