Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
jithatsonei authored Apr 19, 2024
1 parent 8772e97 commit 5a6120c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
- uses: actions/checkout@v2

- name: Restore dependencies
run: dotnet restore ./src/KitsuneSteamRestrict.csproj
run: dotnet restore

- name: Build
run: dotnet publish --configuration Debug ./src/KitsuneSteamRestrict.csproj
run: dotnet publish --configuration Debug

- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: net8.0-artifacts
path: |
src/bin/Debug/net8.0/publish/RockTheVote*
bin/Debug/net8.0/publish/RockTheVote*
release:
needs: build
Expand Down

0 comments on commit 5a6120c

Please sign in to comment.