Skip to content

Commit

Permalink
will it work this time?
Browse files Browse the repository at this point in the history
  • Loading branch information
DualBrain committed Sep 8, 2022
1 parent e3df332 commit 47f5044
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: upload macos ${{ github.run_number }}
path: /home/runner/work/qb64/qb64_*.tar.gz
path: /Users/runner/work/qb64/qb64_*.tar.gz

windows-x86-build:
runs-on: windows-latest
Expand All @@ -64,7 +64,9 @@ jobs:
if: always()
with:
name: upload winx86 ${{ github.run_number }}
path: ${{ github.workspace }}\qb64_*.7z
path: D:\a\qb64\qb64_*.7z

# path: ${{ github.workspace }}\qb64_*.7z

windows-x64-build:
runs-on: windows-latest
Expand All @@ -84,4 +86,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: upload winx64 ${{ github.run_number }}
path: ${{ github.workspace }}\qb64_*.7z
path: D:\a\qb64\qb64_*.7z

0 comments on commit 47f5044

Please sign in to comment.