Update build-eggsfs.yml

This commit is contained in:
Nick Chapman
2024-09-12 14:21:43 +01:00
committed by GitHub Enterprise
parent f1fb391522
commit ccbeecfd25

View File

@@ -16,7 +16,7 @@ jobs:
run: |
echo "BUILD_NUMBER=$((${{ github.run_number }} + 1000))" >> "$GITHUB_ENV"
# Package naming format is just `eggsfs-bundle-####.tar.gz`
echo "PACKAGE_NAME=eggsfs-bundle-${{ env.BUILD_NUMBER }}.tar.gz" >> "$GITHUB_ENV"
echo "PACKAGE_NAME=deployment-bundle-${{ env.BUILD_NUMBER }}.tar.gz" >> "$GITHUB_ENV"
- name: Build
shell: bash