SmartLockerTools/.gitea/workflows/release_windows.yaml
amass 9c8194dec2
Some checks failed
Build Applications / PullDocker (push) Successful in 4s
Build Applications / Build (push) Has been cancelled
Deploy Release / Build (push) Successful in 3m14s
Release tag / build (push) Failing after 18s
Windows CI / build (push) Failing after 2s
fix ci.
2024-10-16 01:38:35 +08:00

26 lines
779 B
YAML

name: Release tag
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: [windows11]
steps:
- name: Clone repository
run: |
$branch = "${{ github.ref }}" -replace '^refs/heads/', ''
git clone --depth 1 --branch=$branch https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_PASSWORD }}@amass.fun/gitea/${{ gitea.repository }}.git .
git checkout ${{ github.sha }}
- name: Build and deploy
run: |
resources/build.ps1 build
resources/build.ps1 deploy
resources/build.ps1 changelog
- name: Upload Gitea Release
uses: akkuman/gitea-release-action@v1
with:
body_path: build/CHANGELOG.txt
files: |-
build/SmartLockerTools_${{ env.tag }}.zip