Compare commits

...

2 Commits

View File

@ -32,7 +32,7 @@ jobs:
shell: bash shell: bash
- name: Checkout the "hidden" branch - name: Checkout the "hidden" branch
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: hidden ref: hidden
@ -110,7 +110,7 @@ jobs:
cp *.txt ./publish/ cp *.txt ./publish/
- name: Release and upload assets - name: Release and upload assets
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v2
with: with:
name: ${{ env.RELEASE_NAME }} name: ${{ env.RELEASE_NAME }}
tag_name: ${{ env.TAG_NAME }} tag_name: ${{ env.TAG_NAME }}