Skip to content

Commit

Permalink
Проверка на наличие .exe файла
Browse files Browse the repository at this point in the history
  • Loading branch information
kdavjd authored Nov 17, 2024
1 parent 57708bc commit 987c7f4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build-pid-sim-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 987c7f4

Please sign in to comment.