diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9821057..55bea5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,9 @@ on: [push] jobs: build: runs-on: ubuntu-latest + env: + NEMESIS_VERSION_NAME: "autobuild-${{ github.sha }}" + NEMESIS_BUILD_CHANNEL: "autobuild" steps: - name: Checkout uses: actions/checkout@v6.0.1 @@ -30,7 +33,4 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v6.0.0 with: - path: build/libs/*.jar - env: - NEMESIS_VERSION_NAME: "autobuild-${{ github.sha }}" - NEMESIS_BUILD_CHANNEL: "autobuild" \ No newline at end of file + path: build/libs/*.jar \ No newline at end of file