add updating release artifact

This commit is contained in:
Josh Spicer 2022-05-09 23:26:46 +00:00 committed by GitHub
parent e0d0066d6b
commit b74d4e5e1f

View file

@ -31,10 +31,10 @@ jobs:
name: devcontainer-features.tgz name: devcontainer-features.tgz
path: devcontainer-features.tgz path: devcontainer-features.tgz
# - name: Get or Create Release at current tag - name: Get or Create Release at current tag
# uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
# with: with:
# allowUpdates: true # Lets us upload our own artifact from previous step allowUpdates: true # Lets us upload our own artifact from previous step
# artifactErrorsFailBuild: true artifactErrorsFailBuild: true
# artifacts: "./devcontainer-*" artifacts: "./devcontainer-*"
# token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}