This commit is contained in:
@@ -60,10 +60,16 @@ jobs:
|
|||||||
zip -r "../${ARCHIVE_FILE}" .
|
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
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
./${{ env.ARCHIVE_FILE }}
|
./fvtt-mournblade.zip
|
||||||
./dist/${{ env.MANIFEST_FILE }}
|
./dist/${{ env.MANIFEST_FILE }}
|
||||||
api_key: ${{ secrets.ALLOW_PUSH_RELEASE }}
|
api_key: "${{secrets.ALLOW_PUSH_RELEASE}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user