Skip to content

Commit f195191

Browse files
committed
Updated workflow removed artifacts
1 parent 8e9349c commit f195191

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/workflow.yml

-9
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ jobs:
4747
${{ runner.os }}-go-
4848
- name: Build
4949
run: go build -v ./...
50-
- name: Upload build artifact
51-
uses: actions/upload-artifact@v3
52-
with:
53-
name: app-binary
54-
path: ./your-app-binary-name
5550

5651
test:
5752
needs: build
@@ -84,10 +79,6 @@ jobs:
8479
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
8580
restore-keys: |
8681
${{ runner.os }}-go-
87-
- name: Download build artifact
88-
uses: actions/download-artifact@v3
89-
with:
90-
name: app-binary
9182
- name: Install golang-migrate
9283
run: go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest
9384
- name: Run Migrations

0 commit comments

Comments
 (0)