From 17d5e37368835816b95b3b5a18fdcb840973e835 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 10 Apr 2023 06:54:30 -0600 Subject: [PATCH] Remove comment Former-commit-id: a26ec970bc3845c5cfa21b74271592413931ed31 --- .gitea/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 21976df7..bb7d994c 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -29,8 +29,6 @@ jobs: run: pip install shiv - name: "Build local shiv package" id: build - # Build has to be done after deciding on the version because - # we bundle the version into the build run: | ./scripts/build_shiv_package.sh result_code=$? @@ -38,7 +36,7 @@ jobs: exit $result_code - name: "Stage artifact file" run: | - cp ${{ steps.build.outputs.package-file }} ./laconic-so + cp ${{ steps.build.outputs.package-file }} ./laconic-so - name: "Create release" uses: cerc-io/action-gh-release@gitea-v1 with: