Skip to content

Commit

Permalink
ci/fix: missing copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
JM-Lemmi committed Apr 17, 2024
1 parent 0f0a158 commit 44213f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Expand Up @@ -95,7 +95,7 @@ jobs:
name: ical-relay_${{ matrix.arch }}
- run: |
mkdir -p cmd/ical-relay/.debpkg/usr/bin
cp ${{steps.download.outputs.download-path}}/ical-relay cmd/ical-relay/.debpkg/usr/bin/
cp ${{steps.download.outputs.download-path}}/ical-relay_${{ matrix.arch }} cmd/ical-relay/.debpkg/usr/bin/
chmod +x cmd/ical-relay/.debpkg/usr/bin/ical-relay_${{ matrix.arch }}
- uses: jiro4989/build-deb-action@v2
id: package
Expand Down

0 comments on commit 44213f5

Please sign in to comment.