diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-05 22:39:47 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-05 22:41:52 +0100 |
| commit | eb5db3c26e69c406722efb243ef5577ce0d8987c (patch) | |
| tree | fbcd1071c3669249fb1b2a1605b780c1ce5580c5 /.github/workflows | |
| parent | 1053fcbb6d3d97ed7e32bc39ae604911a0c88818 (diff) | |
| download | jetpac.nes-eb5db3c26e69c406722efb243ef5577ce0d8987c.tar.gz jetpac.nes-eb5db3c26e69c406722efb243ef5577ce0d8987c.zip | |
ci: overwrite files from releases
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dcd6054..215b74c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,7 @@ jobs: tag_name: latest name: Continuous Build files: out/*.nes + overwrite_files: true body: | This release was automatically generated from commit ${{github.sha}}. draft: false |
