Skip to content

Commit d5185d8

Browse files
committed
CI updates
- Fix CI warning by updating action-gh-release version - Add dummy.txt to ensure all scripts always get re-compiled
1 parent 88a3fd4 commit d5185d8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/pr_compile_scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
# Publish a release
6262
- name: Release
63-
uses: softprops/action-gh-release@v1
63+
uses: softprops/action-gh-release@v2
6464
if: startsWith(github.ref, 'refs/tags/') # only publish tagged commits
6565
with:
6666
files: |

Update/dummy.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
void main()
3+
{
4+
5+
}

0 commit comments

Comments
 (0)