Merge pull request #1 from lat9nq/named_archive

workflows: Name the binary archive
This commit is contained in:
toast2903 2023-06-02 23:00:02 -04:00 committed by GitHub
commit 2beb8c93d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,12 @@ jobs:
mkdir -p ${{github.workspace}}/artifacts
cp -rv ${{github.workspace}}/build/nx ${{github.workspace}}/artifacts/
- name: Version
run: |
echo "nx_version=`cat ${{github.workspace}}/build/nx/version.txt`" > "$GITHUB_ENV"
- name: Upload
uses: actions/upload-artifact@v3
with:
name: binaries
name: ${{ env.nx_version }}
path: artifacts/nx