This commit is contained in:
@@ -60,10 +60,16 @@ jobs:
|
||||
zip -r "../${ARCHIVE_FILE}" .
|
||||
)
|
||||
|
||||
- name: Upload release assets
|
||||
- name: setup go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
go-version: ">=1.20.1"
|
||||
|
||||
- name: Use Go Action
|
||||
id: use-go-action
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
./${{ env.ARCHIVE_FILE }}
|
||||
./fvtt-mournblade.zip
|
||||
./dist/${{ env.MANIFEST_FILE }}
|
||||
api_key: ${{ secrets.ALLOW_PUSH_RELEASE }}
|
||||
api_key: "${{secrets.ALLOW_PUSH_RELEASE}}"
|
||||
|
||||
Reference in New Issue
Block a user