Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
num 2
  • Loading branch information
hoplik authored Apr 21, 2024
1 parent e87b0de commit 6de39d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,10 @@ jobs:
- name: Restore NuGet Packages
run: nuget restore FirehoseFinder.sln

- name: Secrets
env:
bottoken: ${{ secrets.BOT }}

- name: Build and Publish App
run: msbuild FirehoseFinder.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
env:
bottoken: ${{ secrets.BOT }}

- name: Upload Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 6de39d4

Please sign in to comment.