Skip to content

Commit

Permalink
Put contents into the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
abatilo committed May 11, 2024
1 parent c98044e commit 35886fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
check-latest: true
cache-dependency-path: "**/*.sum"
- run: |
touch resume.pdf
echo "Built from ${{ github.repository }}" > resume.pdf
GOOS=darwin GOARCH=arm64 go build -o resume-darwin-arm64 main.go
GOOS=linux GOARCH=amd64 go build -o resume-linux-amd64 main.go
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 35886fd

Please sign in to comment.