Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV authored Sep 13, 2024
1 parent acfe214 commit 6b3ffb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Get Environment Variables
run: |
$tag = "${{ github.ref }}" -replace 'refs/tags/', ''
echo "tag=$tag" >> $env:GITHUB_ENV
"tag=$tag" | Out-File -Append -FilePath $Env:GITHUB_ENV
- name: Set up .NET
uses: actions/setup-dotnet@v4
Expand All @@ -48,5 +49,5 @@ jobs:
- name: Publish Plugin
uses: softprops/action-gh-release@v2
with:
files: .\build\RotationSolver.zip
files: ./build/RotationSolver.zip
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6b3ffb7

Please sign in to comment.