From 987c7f450c7110a7f949b5245526151df3b1f35c Mon Sep 17 00:00:00 2001 From: David Kushniruk <105581554+kdavjd@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:37:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BD=D0=B0=20=D0=BD=D0=B0=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D0=B5=20.exe=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-pid-sim-app.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pid-sim-app.yml b/.github/workflows/build-pid-sim-app.yml index a617d4b..8101b8e 100644 --- a/.github/workflows/build-pid-sim-app.yml +++ b/.github/workflows/build-pid-sim-app.yml @@ -46,11 +46,17 @@ jobs: exit 1 } - # 7. Create Release and Upload EXE + # 7. List dist directory for debugging + - name: List dist directory + run: | + dir dist + shell: cmd + + # 8. Create Release and Upload EXE - name: Create Release and Upload EXE uses: ncipollo/release-action@v1 with: - tag: "v0.0.${{ github.run_number }}" + tag: "release-${{ github.run_number }}" name: "Release ${{ github.run_number }}" files: "dist/pid-sim.exe" env: