Skip to content

Commit

Permalink
Исправил автосборщик
Browse files Browse the repository at this point in the history
  • Loading branch information
hoplik committed Apr 29, 2024
1 parent e61a01b commit e4ef81a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,17 @@ jobs:
- name: Restore NuGet Packages
run: nuget restore FirehoseFinder.sln

- name: Create token file in Resources
run: echo $env:token | Out-File Resources/bot.txt
env:
token: ${{ secrets.bot }}

- name: Build and Publish App
run: msbuild FirehoseFinder.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile

- name: Remove token file from Resources
run: rm Resources/bot.txt

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

0 comments on commit e4ef81a

Please sign in to comment.