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