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