Skip to content

Commit be150eb

Browse files
author
Justin Dretvic
committed
changing workflow
1 parent f70549d commit be150eb

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ jobs:
9999
uses: actions/upload-artifact@v4
100100
with:
101101
name: linkstack.zip
102-
path: /tmp/linkstack.zip
102+
path: /tmp/linkstack/linkstack.zip
103+
104+
- run: pwd
105+
- run: ls -al
103106

104107
- name: Create GitHub Release
105108
if: ${{ github.event_name == 'push' }}
@@ -153,6 +156,7 @@ jobs:
153156
curl -X PUT -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -d "$payload" "$url"
154157
155158
docker:
159+
needs: build-and-release
156160
runs-on: ubuntu-latest
157161
steps:
158162
- name: Checkout
@@ -185,6 +189,6 @@ jobs:
185189
uses: docker/build-push-action@v6
186190
with:
187191
context: ./docker
188-
push: true
192+
push: false
189193
tags: ${{ steps.meta.outputs.tags }}
190194
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)