Skip to content

Commit

Permalink
Update windows_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzdyl committed Oct 20, 2024
1 parent f4b46b7 commit b5c4d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows
name: Windows Continuous Build

on:
push:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Deploy continuous
uses: crowbarmaster/GH-Automatic-Releases@latest
with:
repo_token: "${{ secrets.DEPLOY_TOKEN }}"
repo_token: "${{ secrets.AC_TOKEN }}"
automatic_release_tag: "continuous"
prerelease: false
title: "Continuous Build"
Expand Down

0 comments on commit b5c4d31

Please sign in to comment.