Skip to content

Commit

Permalink
move actions to lufia/workflows repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed May 9, 2024
1 parent f12ee60 commit b353b2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 94 deletions.
46 changes: 0 additions & 46 deletions .github/actions/go-install/action.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/actions/upload-asset/action.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
go-version: stable
- name: Build the package
uses: ./.github/actions/go-install
uses: lufia/workflows/.github/actions/go-install@v0.4.0
with:
package-path: github.com/lufia/dotsync
version: ${{ github.ref_name }}
Expand All @@ -40,7 +40,7 @@ jobs:
GOARCH: ${{ matrix.arch }}
id: build
- name: Create the asset consists of the build artifacts
uses: ./.github/actions/upload-asset
uses: lufia/workflows/.github/actions/upload-asset@v0.4.0
with:
tag: ${{ github.ref_name }}
path: >
Expand Down

0 comments on commit b353b2d

Please sign in to comment.