We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5df17b4 + 34f81ed commit a130160Copy full SHA for a130160
2 files changed
.github/workflows/build.yml
@@ -304,7 +304,7 @@ jobs:
304
bash start_build.sh --log-to-stdout --mingw64 --geany-plugins --geany-plugins-source "${{ github.workspace }}"
305
306
- name: Archive Geany-Plugins Installer
307
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v7
308
with:
309
name: geany-plugins-installer-ci-${{ env.SHORT_SHA }}-pr${{ env.GITHUB_PULL_REQUEST_OR_REF }}
310
retention-days: 30
.github/workflows/windows-msys2-build.yml
@@ -78,7 +78,7 @@ jobs:
78
python build/msys2-geany-plugins-release.py ${VERSION}
79
- name: Upload Unsigned Artifact
80
id: upload-unsigned-artifact
81
82
83
name: geany-plugins-unsigned
84
path: geany_build/*.exe
0 commit comments