Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
fix: Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fussel178 committed Jul 7, 2021
1 parent a008b16 commit 71596fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Docker Image
name: Publish Package

# Events that trigger this workflow
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-protected-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
uses: actions/upload-artifact@v2.2.3
with:
name: build-env
path: '~/.build-env'
path: './.build-env'
retention-days: 1

0 comments on commit 71596fa

Please sign in to comment.