This commit is contained in:
Roland Rabien 2023-08-31 14:34:02 -07:00
commit a177988f97
2 changed files with 2 additions and 1 deletions

View file

@ -33,6 +33,7 @@ jobs:
retention-days: 30 retention-days: 30
release: release:
name: Release
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -6,4 +6,4 @@ ROOT=$(pwd)
find . find .
gh release create "nexus_$GITHUB_REF_NAME" -F Changelist.txt ../Binaries/*.zip gh release create "nexus_$GITHUB_REF_NAME" -F Changelist.txt ./Binaries/*.zip