Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 authored Apr 22, 2022
1 parent 66525fd commit 5330e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GenerateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Stage Files
run: |
foreach($file in $((dir "publish" -recurse | where {$_.extension -in ".exe"}).Fullname)){ mv "$file" "STAGING" }
cp '${{ env.PROJECT_NAME }}/Properties/Resources/Another_Archery_Patcher.synth' 'STAGING'
cp '${{ env.PROJECT_NAME }}/Properties/Resources/Another-Archery-Patcher.synth' 'STAGING'
shell: |
pwsh -noninteractive -command "try {{ $ErrorActionPreference='Stop'; . '{0}' }} catch {{ Write-Error ""FAILED: $_""; throw; }} if ((Test-Path -LiteralPath variable:\LASTEXITCODE)) {{ exit $LASTEXITCODE }}"
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
generate_release_notes: true
files: |
${{github.workspace}}/build/${{env.PROJECT_NAME}}.exe
${{github.workspace}}/build/${{env.PROJECT_NAME}}.synth
${{github.workspace}}/build/Another-Archery-Patcher.synth

0 comments on commit 5330e10

Please sign in to comment.