Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d81f4ba5a3 | ||
|
|
c72b07c208 |
@@ -7,12 +7,13 @@ jobs:
|
||||
runs-on: android
|
||||
steps:
|
||||
- name: "Create file"
|
||||
run: echo "hello" > test.txt
|
||||
|
||||
run: |
|
||||
echo "hello" > test.txt
|
||||
ls -la
|
||||
- name: Upload Test Package
|
||||
run: |
|
||||
curl \
|
||||
--fail \
|
||||
--user "${{ github.actor }}:${{ secrets.GITEA_PACKAGE_TOKEN }}" \
|
||||
--user "${{ github.actor }}:${{ secrets.PACKAGE_TOKEN }}" \
|
||||
--upload-file test.txt \
|
||||
"${{ github.server_url }}/api/packages/${{ github.repository_owner }}/generic/test-package/${{ github.run_number }}/test.txt"
|
||||
Reference in New Issue
Block a user