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 f830da3 commit 9012379Copy full SHA for 9012379
.github/workflows/release.yml
@@ -37,13 +37,13 @@ jobs:
37
steps:
38
- uses: actions/download-artifact@v2
39
with:
40
- path: ~/artifacts
41
- - run: ls -la ~/artifacts/*
+ path: artifacts
+ - run: ls -la /artifacts/*
42
- name: Release
43
uses: softprops/action-gh-release@v1
44
45
files: |
46
- ~/artifacts/adventofcode2020-ubuntu/adventofcode2020
47
- ~/artifacts/adventofcode2020-windows/adventofcode2020.exe
+ artifacts/adventofcode2020-ubuntu/adventofcode2020
+ artifacts/adventofcode2020-windows/adventofcode2020.exe
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments