diff --git a/.github/workflows/packager_deb.yml b/.github/workflows/packager_deb.yml index 60331c7f3..c3a14dc0c 100644 --- a/.github/workflows/packager_deb.yml +++ b/.github/workflows/packager_deb.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Go uses: actions/setup-go@master with: - go-version: 1.20.x + go-version: 1.22.x # Variables - name: Adding TAG to ENV run: echo "GIT_TAG=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV @@ -98,7 +98,7 @@ jobs: run: cp -rp build/heimdalld packaging/deb/heimdalld/usr/bin/ - name: copying necessary heimdallcli run: cp -rp build/heimdallcli packaging/deb/heimdalld/usr/bin/ - + - name: Creating package for binary for heimdall ${{ env.ARCH }} run: cp -rp packaging/deb/heimdalld packaging/deb/heimdall-${{ env.GIT_TAG }}-${{ env.ARCH }} @@ -128,4 +128,4 @@ jobs: prerelease: true files: | packaging/deb/heimdall**.deb - packaging/deb/heimdall**.deb.checksum \ No newline at end of file + packaging/deb/heimdall**.deb.checksum