Fix release script

This commit is contained in:
Roland Rabien 2023-08-31 14:19:04 -07:00
commit f3ef9a3cb8
2 changed files with 1 additions and 9 deletions

View file

@ -38,12 +38,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Download Artifacts
uses: actions/download-artifact@v3
- name: Create Release
run: ./release.sh
shell: bash

View file

@ -2,12 +2,8 @@
set -x
cd "$(dirname "$0")"
cd ..
ROOT=$(pwd)
find .
unzip Binaries/Binaries.zip
rm Binaries/Binaries.zip
find .
gh release create "nexus_$GITHUB_REF_NAME" -F Changelist.txt ../Binaries/*.zip