Skip to content

Commit

Permalink
update workflow tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kovarike committed Oct 14, 2024
1 parent e707a0e commit 6f4a70a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: |
choco install mingw cmake make -y
- name: Set environment variables for Path
run: |
$env:Path += ";C:\ProgramData\chocolatey\lib\mingw\tools\install"
Expand Down Expand Up @@ -57,6 +56,7 @@ jobs:
- name: Set execution policy for PowerShell scripts
run: |
Set-ExecutionPolicy Bypass -Scope Process -Force
- name: Create winid directory and copy files
run: |
mkdir winid
Expand All @@ -78,8 +78,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
$TAG_VERSION=${{ github.ref_name }}
$TAG_VERSION = "${{ github.ref_name }}"
gh release create $TAG_VERSION winid.zip --generate-notes --title "Version $TAG_VERSION"
- name: Set execute permission (Windows PowerShell) and Submit Chocolatey Package
Expand Down

0 comments on commit 6f4a70a

Please sign in to comment.