Skip to content

Commit

Permalink
Update windows deploy with environment
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeOfBreeze authored Jul 29, 2024
1 parent 9af7198 commit 4e71c81
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-windows.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy Windows
name: Deploy Windows Dev

on:
push:
tags:
- 'app-*'
- 'dev-*'

#for uploading release exe
permissions:
Expand All @@ -12,6 +12,7 @@ permissions:
jobs:
build:
runs-on: windows-latest
environment: dev

steps:
- uses: actions/checkout@v3
Expand All @@ -33,4 +34,4 @@ jobs:
file: ${{ github.workspace }}/build/*
tag: ${{ github.ref }}
overwrite: true
file_glob: true
file_glob: true

0 comments on commit 4e71c81

Please sign in to comment.