Compare commits
7 Commits
44b842ad33
...
4.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c4740dd1f | |||
|
|
f128e0fec8 | ||
| 706794a114 | |||
|
|
ee43868a32 | ||
| c1aeace994 | |||
| d9beb44c72 | |||
| d9b5dd66a8 |
@@ -16,6 +16,7 @@ jobs:
|
|||||||
echo "sha: ${{ gitea.sha }}"
|
echo "sha: ${{ gitea.sha }}"
|
||||||
echo "api_url: ${{ gitea.api_url }}"
|
echo "api_url: ${{ gitea.api_url }}"
|
||||||
echo "workflow: ${{ gitea.workflow }}"
|
echo "workflow: ${{ gitea.workflow }}"
|
||||||
|
|
||||||
- name: Publish remote issue
|
- name: Publish remote issue
|
||||||
run: |
|
run: |
|
||||||
$headers = @{
|
$headers = @{
|
||||||
@@ -59,8 +60,8 @@ jobs:
|
|||||||
cd release
|
cd release
|
||||||
$revision = git rev-parse --short=10 HEAD
|
$revision = git rev-parse --short=10 HEAD
|
||||||
$tag = git describe --abbrev=0 --tags
|
$tag = git describe --abbrev=0 --tags
|
||||||
cd ..\MissionTemplate
|
cd ..
|
||||||
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
|
- name: Add archive to release
|
||||||
uses: https://gitea.com/actions/gitea-release-action@v1.3.0
|
uses: https://gitea.com/actions/gitea-release-action@v1.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user