mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-09 18:08:57 +01:00
Update Build.yml
This commit is contained in:
parent
0ac8a1bf51
commit
b6241e7aad
10
.github/workflows/Build.yml
vendored
10
.github/workflows/Build.yml
vendored
@ -43,13 +43,13 @@ jobs:
|
|||||||
echo "VERSION=$VERSION" >> $GITHUB_ENV # Store version in the environment variable
|
echo "VERSION=$VERSION" >> $GITHUB_ENV # Store version in the environment variable
|
||||||
echo "NAME=$NAME" >> $GITHUB_ENV # Store name in the environment variable
|
echo "NAME=$NAME" >> $GITHUB_ENV # Store name in the environment variable
|
||||||
|
|
||||||
- name: Create Release
|
|
||||||
uses: softprops/action-gh-release@v1
|
|
||||||
with:
|
|
||||||
files: actions-temp/build/2hsu.exe # Specify the path to the file to upload
|
|
||||||
|
|
||||||
- name: Tag release
|
- name: Tag release
|
||||||
run: |
|
run: |
|
||||||
VERSION_NAME="${VERSION} ${NAME}"
|
VERSION_NAME="${VERSION} ${NAME}"
|
||||||
git tag -a "v${VERSION}" -m "Release ${VERSION_NAME}" # Tag the release with version number and name
|
git tag -a "v${VERSION}" -m "Release ${VERSION_NAME}" # Tag the release with version number and name
|
||||||
git push origin "v${VERSION}" # Push the tag to GitHub
|
git push origin "v${VERSION}" # Push the tag to GitHub
|
||||||
|
|
||||||
|
- name: Create Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
with:
|
||||||
|
files: actions-temp/build/2hsu.exe # Specify the path to the file to upload
|
||||||
|
Loading…
Reference in New Issue
Block a user