We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bf542 commit 7380ba2Copy full SHA for 7380ba2
.github/workflows/main.yml
@@ -14,9 +14,6 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
17
- - name: Rename Alfred Workflow
18
- run: mv "Package Managers.alfredworkflow" Package.Managers.alfredworkflow
19
-
20
- name: Create GitHub Release
21
uses: elgohr/Github-Release-Action@v5
22
env:
@@ -25,8 +22,8 @@ jobs:
25
title: ${{ github.ref }}
26
23
27
24
- name: GitHub Upload Release Artifacts
28
- uses: Roang-zero1/[email protected]
29
- env:
30
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: Shopify/[email protected]
31
with:
32
- args: Package.Managers.alfredworkflow
+ name: Package.Managers.alfredworkflow
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ path: Package Managers.alfredworkflow
0 commit comments