Update actions
This commit is contained in:
parent
6461336825
commit
5fe18c2765
1 changed files with 4 additions and 2 deletions
|
@ -36,9 +36,10 @@ jobs:
|
||||||
path: photomode
|
path: photomode
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: actions/forgejo-release@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
|
url: https://code.nullprop.sh
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
files: photomode-linux.zip
|
files: photomode-linux.zip
|
||||||
|
|
||||||
|
@ -74,8 +75,9 @@ jobs:
|
||||||
path: photomode
|
path: photomode
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: actions/forgejo-release@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
|
url: https://code.nullprop.sh
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
files: photomode-windows.zip
|
files: photomode-windows.zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue