mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Workflow adjustments
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -2,7 +2,6 @@ name: Main
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
|
||||||
tags:
|
tags:
|
||||||
- "v*.*"
|
- "v*.*"
|
||||||
|
|
||||||
@@ -23,9 +22,16 @@ jobs:
|
|||||||
cp *.exe ./release
|
cp *.exe ./release
|
||||||
echo ${{ github.sha }} > ./release/Release.txt
|
echo ${{ github.sha }} > ./release/Release.txt
|
||||||
|
|
||||||
|
- name: Archive Artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: "G14 Helper"
|
||||||
|
path: release/*
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
./release/*
|
./release/*
|
||||||
|
artifacts/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user