Skip to content

Commit

Permalink
Merge pull request #21 from ukd1/master
Browse files Browse the repository at this point in the history
Fix build for forked repos
  • Loading branch information
lukechampine authored Sep 7, 2023
2 parents aee03cf + a5b1c96 commit 9e5ee64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Publish

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on new SemVer tags
push:
branches:
- master
tags:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-**'

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
name: generate tags
id: meta
with:
images: ghcr.io/SiaFoundation/walletd
images: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
tags: |
type=ref,event=branch
type=sha,prefix=
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
with:
name: walletd
path: release/
build-mac:
build-mac:
runs-on: macos-latest
needs: [ test ]
steps:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
with:
name: walletd
path: release/
build-windows:
build-windows:
runs-on: windows-latest
needs: [ test ]
steps:
Expand All @@ -204,4 +204,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: walletd
path: release/
path: release/

0 comments on commit 9e5ee64

Please sign in to comment.