mirror of
https://github.com/huo-ju/photoprism-freebsd-port.git
synced 2025-12-10 17:00:22 +01:00
fix upload artifacts
This commit is contained in:
5
.github/workflows/auto_update.yml
vendored
5
.github/workflows/auto_update.yml
vendored
@@ -43,9 +43,12 @@ jobs:
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: "[Auto update] Update to ${{ steps.getRelease.outputs.release }}"
|
||||
- name: Remote Extra Header
|
||||
run: git config --unset http.https://github.com/.extraheader
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
body: Photoprism ${{ steps.getRelease.outputs.release }} packages for FreeBSD
|
||||
tag_name: ${{ steps.getRelease.outputs.release }}
|
||||
name: ${{ steps.getRelease.outputs.release }}
|
||||
name: ${{ steps.getRelease.outputs.release }}
|
||||
token: ${{ secrets.PAT }}
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -5,9 +5,6 @@ on:
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
workflow_run:
|
||||
workflows: ["Update Latest"]
|
||||
types: [completed]
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user