Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkabob27 committed Aug 9, 2023
1 parent 99525a3 commit 364d9b3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ jobs:
with:
args: sh -c "cd conker && make progress"

- name: Archive progress results
uses: actions/upload-artifact@v3
- name: HTTP Request Action
id: http_request
uses: fjogeleit/http-request-action@v1.14.1
with:
name: progress
path: conker/progress.csv
url: 'https://retroretreat.net/api/v1/conker/progress/json'
method: 'POST'
password: ${{ secrets.PRIVATE_REPO_ACCESS }}
file: 'conker/progress.csv'

0 comments on commit 364d9b3

Please sign in to comment.