Merge pull request 'Update on-release.yaml' (#36) from develop into main
Reviewed-on: #36
This commit was merged in pull request #36.
This commit is contained in:
@@ -16,6 +16,7 @@ jobs:
|
||||
echo "sha: ${{ gitea.sha }}"
|
||||
echo "api_url: ${{ gitea.api_url }}"
|
||||
echo "workflow: ${{ gitea.workflow }}"
|
||||
|
||||
- name: Publish remote issue
|
||||
run: |
|
||||
$headers = @{
|
||||
@@ -60,7 +61,7 @@ jobs:
|
||||
$revision = git rev-parse --short=10 HEAD
|
||||
$tag = git describe --abbrev=0 --tags
|
||||
cd ..\MissionTemplate
|
||||
Compress-Archive MissionFramework mission-maker-template-v$tag-$revision.zip
|
||||
Compress-Archive MissionTemplate mission-maker-template-v$tag-$revision.zip
|
||||
|
||||
- name: Add archive to release
|
||||
uses: https://gitea.com/actions/gitea-release-action@v1.3.0
|
||||
|
||||
Reference in New Issue
Block a user