Skip to content

Commit 9012379

Browse files
committed
CI v0.0.26
- I missed v0.0.24?
1 parent f830da3 commit 9012379

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
steps:
3838
- uses: actions/download-artifact@v2
3939
with:
40-
path: ~/artifacts
41-
- run: ls -la ~/artifacts/*
40+
path: artifacts
41+
- run: ls -la /artifacts/*
4242
- name: Release
4343
uses: softprops/action-gh-release@v1
4444
with:
4545
files: |
46-
~/artifacts/adventofcode2020-ubuntu/adventofcode2020
47-
~/artifacts/adventofcode2020-windows/adventofcode2020.exe
46+
artifacts/adventofcode2020-ubuntu/adventofcode2020
47+
artifacts/adventofcode2020-windows/adventofcode2020.exe
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)