authorized_gear_april_update #42

Merged
hizumi merged 4 commits from authorized_gear_april_update into develop 2024-04-14 00:07:50 -05:00
Showing only changes of commit 706794a114 - Show all commits

View File

@@ -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