Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
fix action (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
gltile-two-electric-boogaloo committed May 20, 2022
1 parent af0e1c6 commit 8c6bafa
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 @@ -25,7 +25,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${GITHUB_WORKSPACE}/uwurandom-x86_64-static-linux
file: ${{ github.workspace }}/uwurandom-x86_64-static-linux
tag: ${{ github.ref }}
build_other_architectures:
name: Build on Ubuntu 20.04 for ${{ matrix.arch }}
Expand All @@ -42,7 +42,7 @@ jobs:
id: build
with:
arch: ${{ matrix.arch }}
distro: ubuntu-20.04
distro: ubuntu20.04

githubToken: ${{ github.token }}

Expand All @@ -65,5 +65,5 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${GITHUB_WORKSPACE}/uwurandom-${{ matrix.arch }}-static-linux
file: ${{ github.workspace }}/uwurandom-${{ matrix.arch }}-static-linux
tag: ${{ github.ref }}

0 comments on commit 8c6bafa

Please sign in to comment.