We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dabde6 commit c9531f1Copy full SHA for c9531f1
.github/workflows/release-linux.yml
@@ -113,7 +113,7 @@ jobs:
113
with:
114
tag: ${{ github.ref_name }}
115
artifacts: asciiroids-${{ github.ref_name }}-linux.tar.gz
116
- allowUpdates: true
+ allowUpdates: true
117
body: ${{ github.event.release.body || github.event.head_commit.message }}
118
env:
119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments