Skip to content

Commit

Permalink
fix pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
jithatsonei authored Apr 19, 2024
1 parent ccc872c commit 8772e97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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
run: dotnet restore ./src/KitsuneSteamRestrict.csproj

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

- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: net8.0-artifacts
path: |
bin/Debug/net8.0/publish/RockTheVote*
src/bin/Debug/net8.0/publish/RockTheVote*
release:
needs: build
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
files: bin/Debug/net8.0/*
prerelease: ${{ env.IS_PRERELEASE }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8772e97

Please sign in to comment.